home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Icon / DLLDef
Text File  |  1995-04-04  |  1KB  |  103 lines

  1. ;
  2. ; cdll definition file for <name>
  3. ;
  4.  
  5. name "Icon"
  6.   version 1.00
  7.   author "DeskLib"
  8.  
  9. ; --- Exported symbols ---
  10.  
  11. exports
  12. {
  13.   Icon_LoseCaret
  14.   Icon_UpdateSlider
  15.   Icon_BarIcon
  16.   Icon_GetDouble
  17.   Icon_SetDouble
  18.   Icon_StartDrag
  19.   Icon_GetBgCol
  20.   Icon_GetFgCol
  21.   Icon_DragSlider
  22.   Icon_ShadeGroup
  23.   Icon_WhichRadioInEsg
  24.   Icon_ReadSlider
  25.   Icon_AlterValidation
  26.   Icon_ReleaseIncDecHandler
  27.   Icon_SetSlider
  28.   Icon_printf
  29.   Icon_FileIcon
  30.   Icon_GetShade
  31.   Icon_SetShade
  32.   Icon_ScreenPos
  33.   Icon_ClickWait
  34.   Icon_ButtonIsHeld
  35.   Icon_GetInteger
  36.   Icon_SetInteger
  37.   Icon_SelectGroup
  38.   Icon_BarIconUser
  39.   Icon_SetCaret
  40.   Icon_SetText
  41.   Icon_SetRadios
  42.   Icon_WhichRadio
  43.   Icon_GetTextPtr
  44.   Icon_SetBackColour
  45.   Icon_DisposeIndData
  46.   Icon_Deselect
  47.   Icon_ForceWindowRedraw
  48.   Icon_InitIncDecHandler
  49.   Icon_SetTextRJ
  50.   Icon_Unshade
  51.   Icon_Shade
  52.   Icon_Select
  53.   Icon_GetText
  54.   Icon_SetForeColour
  55.   Icon_GetSelect
  56.   Icon_SetSelect
  57. }
  58.  
  59. ; --- Object files ---
  60.  
  61. objects
  62. {
  63.   o.Select
  64.   o.SetRadios
  65.   o.SelctGroup
  66.   o.ShadeGroup
  67.   o.ClickWait
  68.   o.Shade
  69.   o.ScreenPos
  70.   o.GetText
  71.   o.SetInteger
  72.   o.GetInteger
  73.   o.Unshade
  74.   o.SetDouble
  75.   o.GetDouble
  76.   o.Deselect
  77.   o.StartDrag
  78.   o.LoseCaret
  79.   o.GetTextPtr
  80.   o.BarIconUse
  81.   o.RadioInEsg
  82.   o.BarIcon
  83.   o.FileIcon
  84.   o.SetSelect
  85.   o.GetSelect
  86.   o.SetCol
  87.   o.SetShade
  88.   o.GetShade
  89.   o.ButtIsHeld
  90.   o.WhichRadio
  91.   o.AlterValid
  92.   o.SetCaret
  93.   o.SetTextRJ
  94.   o.ForceWR
  95.   o.Slider
  96.   o.IncDec
  97.   o.SetText
  98.   o.GetFgCol
  99.   o.GetBgCol
  100.   o.DisposeInd
  101.   o.printf
  102. }
  103.